home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / nyword21.arc / UPDATE.DOC < prev    next >
Encoding:
Text File  |  1986-11-11  |  3.7 KB  |  83 lines

  1.                UPDATES FOR VERSION 2.1 OF NEW YORK WORD
  2.  
  3. 1)  The  spelling checker is now implemented. See the NYWSPELL.ARC ar-
  4. chive.  You  can access the spelling checker via the Special Functions
  5. command  (the <ALT> S key). The spelling corrector feature is included
  6. ONLY in the registered version.
  7.  
  8. 2) If you have an Enhanced Graphics Adapter, the <CTRL E> command will
  9. toggle you between 43 line mode and  25  line  mode.  Really  nice  if
  10. you're using multiple windows. 
  11.  
  12. 3) Bug fixes :
  13.    The  help  files weren't being found. This was due to a typo in the
  14. source code. The word processor will first  look  for  a  subdirectory
  15. called \NYW\HELP\ for the help files. If you have a hard disk, you may
  16. consider creating that directory. 
  17.  
  18.    If you have color on and you press <ESC> <CTRL D>, the  color  will
  19. remain intact. 
  20.  
  21.    Bugs relating to a left margin greater than 1 have been squashed.
  22.  
  23. 4)  Searching  is  now very fast due to using the 8088 fast string in-
  24. structions. These instructions are used only if the pattern  that  you
  25. type does not contain  any  regular  expression  metacharacters.  When
  26. typing  the search patter, pressing CTRL N will let you search for the
  27. hard carriage return character.
  28.  
  29. 5) Implemented in version 2.0 was full line  editing  capabilities  in
  30. the  status line. When you are prompted for a command, you may use the
  31. LEFT ARROW, RIGHT ARROW, DEL, BACKSPACE, HOME, END, and INS keys to do
  32. rudimentary line editing.
  33.  
  34. 6) The keyboard remapping facility has been expanded. In  addition  to
  35. remapping  the  entire  keyboard,  you  may  now  have prefix keys ala
  36. WordStar. In fact, a Wordstar keyboard map has been included with  the
  37. package. See the documentation in the file KEYREMAP.ARC. Full C source
  38. code  for  the  keymap  compiler  is  included.  If you already have a
  39. KEYTABLE.NYW file, DELETE IT!!!!
  40.  
  41.  
  42.                UPDATES FOR VERSION 2.0 OF NEW YORK WORD
  43.  
  44. 1)  Totally  reorganized  the internal structure. As a result, several
  45. functions were brought under  a  consistent  interface.  The  internal
  46. reworking  has  reduced  the code size to 116K under Lattice C Version
  47. 3.0. We are considering an eventual port over to Microsoft  C  Version
  48. 4.0,  which  may  reduce the code size further, and which may speed up
  49. i/o.
  50.  
  51.     All of the UNIX related code was scrapped, and the word  processor
  52. is  now PC-specific. This can be seen by the very quick screen writes,
  53. and the way that the screen is updated. The algorithms are  also  much
  54. cleaner.
  55.  
  56. 2) You can have up to 12 windows on the screen. The previous limit was
  57. 2 windows.
  58.  
  59. 3) Several commands have been remapped to different keys.  The  GLOBAL
  60. REFORMAT  command  is  now  done  by  ALT  F3  instead of F3 - such an
  61. important operation should be "harder" to invoke accidentally.
  62.  
  63. 4) Removed "program mode", as it wasn't being used much.  Use  our  ME
  64. text editor if you want high quality program editing.
  65.  
  66. 5) More options have been added, such as 
  67.    - wait for keystroke after error
  68.    - prompt user after <PUT> command
  69.    - don't wait for horizontal retrace
  70.    - Two spaces left after a punctuation mark when reformatting
  71.  
  72. 6)  The  <CHANGE  WINDOW  SIZE>  command has been dropped. It has been
  73. replaced by the <EXPLODE WINDOW> and  <SHRINK  WINDOW>  commands.  The
  74. explode command lets you expand a window to take up the entire screen.
  75.  
  76. 7)  Several  new commands have been added. The VERSION command (ALT V)
  77. lets you see what version of NYWord you are using. The keyboard  macro
  78. commands  have been made explicit, and are tied to the F3 and F4 keys.
  79. We have removed the explicit keystrokes required for the  MAIL  MERGE,
  80. INDEX  and  TABLE  OF  CONTENTS  functions, and grouped them under the
  81. SPECIAL FUNCTIONS command (ALT S).
  82.  
  83.